Fix spurious "cl--defsubst-expand might not be defined at runtime"
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2012 20:08:38 +0000 (16:08 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2012 20:08:38 +0000 (16:08 -0400)
commit7b97ffd47cad1e0121acaabc2c97590989fb6750
tree06f9932165344d74398db0b0ad8e7035057abafc
parentec99fcb7a69f0089243951a79c104912bd64d99b
Fix spurious "cl--defsubst-expand might not be defined at runtime"
* lisp/emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
changes to the format of load-history.
* src/eval.c (Fautoload): Remember previous autoload status in load-history.
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
src/ChangeLog
src/eval.c